home *** CD-ROM | disk | FTP | other *** search
- if(this._parent._xscale == - this._parent.xscale)
- {
- this._parent.bull._x = this._parent._x + 40;
- this._parent.bull.dir = "right";
- }
- else
- {
- this._parent.bull._x = this._parent._x - 40;
- this._parent.bull.dir = "left";
- }
- this._parent.bull._y = this._parent._y - 75;
- this._parent.bull.ready = false;
-